home *** CD-ROM | disk | FTP | other *** search
- PLSRC.DOC
- March 23, 1990
-
- Piclab 1.81 is a public domain image processing program by Lee
- Daniel Crocker and the Stone Soup Group. This achive contains the
- Microsoft C 5.1 source for Piclab 1.81 in the following files:
-
- TYPEDEFS General-purpose definitions for portability.
- PICLAB.H Common header including structures and globals.
-
- VIDEO.ASM Low-level routines such as video I/O.
-
- PLMAIN.C Main module and some general-purpose routines.
-
- INIT.C Various functions and command handlers.
- PL1.C (See comments in each source file)
- PL2.C
- PLAREA.C
- PLBMP.C
- PLDITHER.C
- PLFILES.C
- PLFRAME.C
- PLGIF.C
- PLHELP.C
- PLMAP.C
- PLMEM.C
- PLPOINT.C
- PLPRINT.C
- PLPRINTF.C
- PLSHOW.C
- PLTGA.C
-
- PJTBLS Various lookup tables.
- HASH (See comments in each file)
- PT
- SIERRA
- STUCKI
- YIQ
-
- PLINK.DBG Linker response file for codeview.
- PLINK.OPT Linker response file for optimized linkage.
-
- Documentation for the Piclab program itself is found in the Piclab
- executables distribution, usually found as PICLAB.ZIP.
-
- All C modules must be compiled in large memory model (-AL) and linked
- with real mode libraries. My compiler is set up so that neither real
- mode nor protected mode is the default, so I use -Lr to force real
- mode libraries. If you do not compile programs for OS/2 protected
- mode, you probably do not need this (and you should remove the /NOD
- line from the PLINK files as well).
-
- My apologies for not including a makefile, but I don't use make. The
- tool I use is, unfortunately, not available to the public at this
- time, so I can't give you that file either. Perhaps when Microsoft
- comes out with a real make utility, I will use that.
-
- =====
-
- Lee Daniel Crocker
- 1380 Jewett Ave
- Pittsburg, CA 94565
-
- The best way to reach me is to type GO PICS on CompuServe and leave
- mail to user ID [73407,2030]. I read these messages two or three
- times a week.
-
- I am also reachable on BIX as "lcrocker", and Usenet as "lee@siva",
- but I do not visit those accounts as often.
-